home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Topware / gozilla / gozilla.exe / {app} / big.skin / edit_dir.skn < prev    next >
Text File  |  2001-08-30  |  3KB  |  48 lines

  1. <form name="Edit Directory" image="window\dk_blue.bmp" width=303 height=180
  2.     resize_image=stretch resize_window=false topmost=true>
  3.  
  4.     <image name="1" x=0 y=0 width=5 height=22 image="window\upper_left.bmp">
  5.     <image name="2" x=5 y=0 width=-5 height=22 resize=stretch image="window\top.bmp">
  6.     <image name="3" x=-5 y=0 width=5 height=22 image="window\upper_right.bmp">
  7.  
  8.     <image name="4" x=0 y=22 width=6 height=-5 resize=stretch image="window\left_side.bmp">
  9.     <image name="5" x=-5 y=22 width=5 height=-9 resize=stretch image="window\right_side.bmp">
  10.  
  11.     <image name="6" x=0 y=-6 width=6 height=6 image="window\lower_left.bmp">
  12.     <image name="7" x=5 y=-6 width=-9 height=6 resize=stretch image="window\bottom.bmp">
  13.     <image name="8" x=-9 y=-9 width=9 height=9 image="window\lower_right.bmp">
  14.     
  15.     <!-- All controls go after this -->
  16.     
  17.     <textwindow name="title" x=4 y=2 width=100 height=14 
  18.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Edit Directory">
  19.         
  20.     <button name="end_item_edit" x=-110 y=-22
  21.         image="window\ok_n.bmp" mouseOver="window\ok_o.bmp" mouseDown="window\ok_d.bmp"   
  22.         text="OK" toggletext="OK"
  23.         text_x=17 text_y=0 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E 
  24.         fontstyle=bold togglefontstyle=bold>
  25.  
  26.     <button name="ok" x=-67 y=-22
  27.         image="window\cancel_n.bmp" mouseover="window\cancel_o.bmp" mousedown="window\cancel_d.bmp"
  28.         text="Cancel" toggletext="Cancel"
  29.         text_x=14 text_y=0 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#BF1800 
  30.         fontstyle=bold togglefontstyle=bold>
  31.  
  32.     <textwindow name="desc_n" x=9 y=19 width=140 height=14 
  33.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Directory Name:">
  34.     <textinput name="item_name" x=9 y=32 width=-10 height=14  
  35.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  36.  
  37.     <textwindow name="desc_d" x=9 y=52 width=140 height=14 
  38.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Description:">
  39.     <textinput name="item_description" x=9 y=65 width=-10 height=14  
  40.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  41.  
  42.     <textwindow name="desc_sd" x=9 y=85 width=140 height=14 
  43.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Directory:">
  44.     <textinput name="item_system_location" x=9 y=98 width=-10 height=14  
  45.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  46.  
  47.  
  48. </form>